home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 January
/
Chip_2004-01_cd1.bin
/
oddech
/
flashgames
/
stress
/
install
/
stresspaint.exe
/
scripts
/
DefineButton2_306
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-07-26
|
189b
|
12 lines
on(release){
i = 0;
while(i < count)
{
removeMovieClip("splat" + i);
i++;
}
removeMovieClip("crosshair");
blnInPlay = false;
gotoAndPlay(147);
}